﻿html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
select,
button,
fieldset,
legend,
img,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
pre,
blockquote {
  margin: 0;
  padding: 0;
}
html {
  font-size: 14px;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  color: #333;
  background: #ebebeb;
  font-family:'Microsoft YaHei', '宋体', Verdana, sans-serif;
  letter-spacing: 0.5px;
}
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Microsoft YaHei', '宋体', Verdana, sans-serif;
  outline: none;
}
img,
fieldset {
  border: 0;
  vertical-align: middle;
}
textarea {
  word-wrap: break-word;
  word-break: break-all;
  resize: none;
}
ul {
  list-style: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sameWidth {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.st {
  font-family: "宋体";
}
a,
div,
img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
/*底部沉底*/
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto !important;
  position: relative;
}
.main {
  padding-bottom: 247px;
}
.foot {
  position: absolute;
  width: 100%;
  bottom: 0;
}
/*公用头部*/
.head {
  background: #dcdae5;
  height: 104px;
  position: relative;
  z-index: 99;
}
.language {
  padding: 24px 0 10px;
}
.language .inner {
  float: right;
}
.language .inner a {
  display: block;
  float: left;
  min-width: 74px;
  margin-left: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #333;
}
.language .inner a:hover {
  font-weight: bold;
}
.language .inner a img {
  float: left;
  width: 21px;
  height: 12px;
  margin-right: 3px;
}
.headContainer {
  position: relative;
}
.logo {
  float: left;
  display: block;
  width: 147px;
  height: 37px;
}
.logo img {
  width: 100%;
  height: 100%;
}
.nav {
  float: left;
  font-size: 16px;
  text-align: center;
  margin-top: 18px;
}
.lang_en .nav ul li{
  width:140px;
}
.lang_en .nav .navSubTit {
  font-size:13px;
  width:140px;
}
.lang_en .nav ul li .navSubTit a span{
  width:130px;
}
.nav ul li {
  position: relative;
  float: left;
  width: 130px;
}
.nav ul li.navHome {
  width: 85px;
}
.lang_ja .nav ul li.navHome{
  width:155px;
}
.lang_ja  .nav ul li{    margin-right: 22px;}
.nav ul li .navTitle {
  position: relative;
  display: block;
  height: 35px;
  border-bottom: #dcdae5 solid 5px;
  line-height: 24px;
  color: #333;
}
.nav ul li .navTitle i {
  display: block;
  width: 11px;
  height: 6px;
  background: url(../images/iconNavPc.png) no-repeat 0 bottom;
  margin-left: auto;
  margin-right: auto;
}
.nav ul li .navTitle.on {
  border-bottom-color: #083e8e;
  color: #083e8e;
}
.nav ul li .navTitle.on i {
  background-position-y: top;
}
.nav ul li .navSubTit {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 100%;
  background: url(../images/bjBlack.png);
}
.nav ul li .navSubTit a {
  display: block;
  margin: 0 10px;
  color: #fff;
  border-top: #c0bfc2 solid 2px;
}
.nav ul li .navSubTit a span {
  display: block;
  width: 120px;
  margin: 0px 0 -2px -10px;
  line-height: 25px;
  padding: 10px 5px;
}
.lang_ja .nav ul li .navSubTit a span{
  font-size:14px;
  white-space: nowrap;
  letter-spacing:normal;
}
.nav ul li .navSubTit a:first-child {
  border-top: none;
}
.nav ul li .navSubTit a:hover span {
  background: url(../images/bjWhite.png);
}
.navBtn {
  display: none;
}
/*公用底部*/
.foot {
  font-size: 16px;
  background: #141414;
  color: #a7a7a7;
  text-align: center;
  height: 97px;
  line-height: 1.7;
}
/*公用内页banner*/
.pageBannerPc {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.pageBannerPc img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.pageBannerPhone {
  display: none;
}
.pageBannerPhone img {
  width: 100%;
}
/*面包屑*/
.crumbs {
  overflow: hidden;
  margin-top: 13px;
  margin-bottom: 40px;
}
.crumbs a,
.crumbs span {
  display: block;
  float: left;
  height: 27px;
  line-height: 27px;
  padding: 0 15px;
  border: #cccfd4 solid 1px;
  color: #333;
}
.crumbs span,
.crumbs a:hover {
  background: #9fa0a0;
  color: #fff;
}
.crumbs i {
  float: left;
  width: 27px;
  height: 29px;
  background: url(../images/iconCrumbs.png) no-repeat center center;
}
.pageTitle {
  font-size: 30px;
  line-height: 100%;
  padding-top: 52px;
  font-weight: bold;
}
#scrollUp {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 100px;
  background: url(../images/scrollUp.png) no-repeat;
  background-size:100% 100%;
  width: 50px;
  height: 50px;
}
#scrollUp:hover{
  opacity:0.5;
}

/*响应式样式*/
@media (min-width: 769px){
  .foot br{
	display:none;
  }
}
@media (max-width: 990px) {
  .sameWidth {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pageTitle {
    font-size: 18px;
    padding-top: 23px;
  }
  .logo{
	width:110px;
	height:28px;
  }
}
@media (max-width: 768px) {
  .head {
    height: 60px;
  }
  .language {
    padding: 12px 0 4px;
  }
  .language .inner a {
    width: auto;
    min-width: 6px;
  }
  .language .inner a span {
    display: none;
  }
  .logo {
    width: 86px;
    height: 21px;
  }
  .navBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 16px;
    height: 13px;
    background: url(../images/navBtn.png) no-repeat;
    float: right;
    margin-right: 3px;
  }
  .nav {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    margin: 0;
    font-size: 12px;
    width: 110px;
    background: url(../images/bjBlack.png);
	border-top:3px solid #083e8e;
  }
  .nav ul {
    position: relative;
  }
  .nav ul li {
    position: static;
    float: none;
    width: auto;
    margin: 0 6px;
    border-top: #d4d5d5 solid 1px;
  }
  .lang_ja .nav ul li.navHome {
    width: 110px;
	}
  .nav ul li:first-child {
    border: none;
  }
  .nav ul li .navTitle {
    width: 110px;
    border: none;
    margin-left: -6px;
    color: #fff;
    line-height: 18px;
    padding: 5px 0;
    height: auto;
  }
  .lang_en .nav .navSubTit{
	font-size:12px;
	width:auto;
	min-width:130px;
  }
  .lang_en .nav ul li .navSubTit a span{
	width:auto;
	margin:0;
  }
  .nav ul li .navTitle i {
    display: none;
  }
  .nav ul li .navTitle:hover,
  .nav ul li .navTitle.on {
    background: url(../images/bjWhite.png);
    color: #fff;
  }
  .nav ul li .navSubTit {
    position: absolute;
    right: 110px;
    top: 0;
	letter-spacing:normal;
  }
  .nav ul li .navSubTit a {
    border-top: #d4d5d5 solid 1px;
  }
  .nav ul li .navSubTit a span {
    width: 110px;
    line-height: 18px;
    padding: 5px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
   .lang_ja .nav ul li .navSubTit a span {
    font-size: 12px;
  }
  .main {
    padding-bottom: 88px;
  }
  .pageBannerPc {
    display: none;
  }
  .pageBannerPhone {
    display: block;
  }
  .foot {
    height: 42px;
    font-size: 12px;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .crumbs {
    margin-top: 10px;
    margin-bottom: 14px;
    font-size: 12px;
  }
  .crumbs a,
  .crumbs span {
    display: block;
    float: left;
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    border: #cccfd4 solid 1px;
    color: #333;
  }
  .crumbs span,
  .crumbs a:hover {
    background: #9fa0a0;
    color: #fff;
  }
  .crumbs i {
    float: left;
    width: 13px;
    height: 23px;
    background: url(../images/iconCrumbs.png) no-repeat center center;
    background-size: 5px;
  }
  .foot {
    width: 100%;
    height: 42px;
    font-size: 12px;
    line-height: 14px;
    box-sizing: border-box;
    padding: 8px 30px 0 30px;
  }
  #scrollUp {
    right: 2%;
    bottom: 50px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
/*# sourceMappingURL=base.css.map */






















